Sample .ini File Format
[Settings]
#
======================================================================
# Set detailed log for additional debugging info
# Sets the location of the MV_FTP log file
LogFile=/opt/ecs/mvuser/MV_IPTel/log/MV_IPTel.log
#
======================================================================
Version=0.9 Build 4 Created July 11 2004 14:00
[FTP]
#
======================================================================
# set the FTP server active
# defines the FTP control port
# defines the FTP data port
# Sets the location of the FTP data directory to catch terminal backups
FTPDir=/opt/ecs/mvuser/MV_IPTel/data/FTPdata
# set the SuperUser Password
#
======================================================================
[FTPS]
#
======================================================================
# set the FTPS server active
# defines the FTP control port
# defines the FTP data port
#
======================================================================
[TFTP]
#
======================================================================
# set the Trivial FTP server active
# defines the Trivial FTP port
# Sets the location of the TFTP data directory for terminal downloads
TFTPDir=/opt/ecs/mvuser/MV_IPTel/data/TFTPdata
#
======================================================================
[HTTP]
#
======================================================================
# set the HTTP download server active
# defines the HTTP download port
# Sets the location of the HTTP data directory for downloads
HTTPDir=/opt/ecs/mvuser/MV_IPTel/data/HTTPdata
#
======================================================================
[HTTPS]
#
======================================================================
# set the HTTPS download server active
# defines the HTTPS download port
# Sets the location of the HTTPS data directory for downloads
HTTPSDir=/opt/ecs/mvuser/MV_IPTel/data/HTTPSdata
# Sets the location of the CertFile
CertFile=/opt/ecs/mvuser/MV_IPTel/certs/IPTelcert.pem
# Sets the location of the KeyFile
KeyFile=/opt/ecs/mvuser/MV_IPTel/certs/IPTelkey.pem
# Use Client Authorization
# narrow config for Avaya IPTel (TLSV1 using RSA_NULL_SHA)
# sets the SSL variants if not Avaya IPtel (IPTel=0)
ProxyAddr=simon.avaya.com
#
======================================================================
[BACKUP_SERVERS]
#
======================================================================
# Run as FileServer for Backup & Update requests - Note this process uses HTTPS
# sets whether to download Firmware updates from the primary/secondary file servers
# sets whether to upload FTP files to the primary/secondary file servers
# Enable use of the Primary file server
# Primary file server IP address ( or resolvable DNS)
# Enable use of the Secondary file server
# Secondary file server IP address ( or resolvable DNS)
# Sets the update interval for Backups & updates ; 1 = min; 2 =hour, 3=day, 4 =month
#Send FTP backup to the customer sever
# FTP backup directory customer sever
CustomFTPDir=home/mvuser/backup
# FTP backup directory user login name
# FTP backup directory user password
# Enable CDR Backup - enable=1 on both File Server & Client
# Enable BCMS Backup - enable=1 on both File Server & Client
# Retain CDR / BCMS copy data for x days ( Receiver always + 1 week)
#
======================================================================
[SNMP]
#================================================================
# Validate FTP store with SNMP check
# In case the SNMPGET syntax changes you can redefine the commands
# Uncomment the relevant line to override the internal command
#the syntax is "Command + IPADDR + ExtObj + Awk
# the IPADRR is derived from the connection
# Note there are relavant spaces at the start/end of the component - omit and it will fail
#Command=/usr/bin/snmpget
#ExtObject=.1.3.6.1.4.1.6889.2.69.1.4.9.0
#TypeObject=.1.3.6.1.4.1.6889.2.69.1.1.2.0
#Awk=| awk -F \" '' {print $2 } ''
#================================================================